Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2022

Bumps @angular/cdk from 12.2.8 to 14.0.2.

Release notes

Sourced from @​angular/cdk's releases.

v14.0.2

14.0.2 "corduroy-collar" (2022-06-16)

material-experimental

Commit Description
fix - 5aec60c9ca mdc-button: don't apply styles to icons within the text label (#24929)
fix - d0082e3422 mdc-chips: checkmark blending into background in high contrast mode (#25072)
fix - 2388fe77e5 mdc-core: consolidate mdc theming code under mdc-core (#25084)
fix - 7de5f5432b mdc-form-field: replace !important with CSS var (#24964)
fix - 8f7394aa3b mdc-list: don't access class before initialization (#25049)

cdk

Commit Description
fix - 08c3867ba6 a11y: re-apply the high contrast mode class when the forced-colors media query changes (#25088)
fix - 59268fa5bf drag-drop: constrainPosition not working as expected (#25061)
fix - 732969079d testing: simulate offsetX and offsetY in mouse events

Special Thanks

Jenny Johnson, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner and antuxity

v14.0.1

14.0.1 "titanium-night" (2022-06-07)

material-experimental

Commit Description
fix - a7688a8b6 mdc-radio: fix ripple color (#24986)

Special Thanks

Kristiyan Kostadinov, Miles Malerba and renovate[bot]

v14.0.0

14.0.0 "cotton-peanut" (2022-06-02)

Breaking Changes

material

  • MatChipInputEvent.chipInput is now a required property.
  • Previously the mixinErrorState mixin function defined a class member for stateChanges. This is no longer the case, and consumers need to provide the stateChanges class member themselves.
    • mat-list-item-avatar CSS class has been renamed to mat-list-item-with-avatar.
    • MatSelectionListChange.option has been removed. Use MatSelectionListChange.options instead.
    • MatSelectionList.tabIndex input has been removed.
    • tabIndex parameter of the MatSelectionList constructor has been removed.
    • _focusMonitor parameter of the MatSelectionList constructor is now required.
    • getHarnessLoaderForContent has been removed from the various test item harnesses. Use getChildLoader(MatListItemSection.CONTENT) instead.
    • CdkStepper._orientation has been removed. Use CdkStepper.orientation instead.
    • The _document parameter from the CdkStepper constructor has been removed.
    • The _document parameter from the MatStepper constructor has been removed.
    • MatVerticalStepper has been removed. Use MatStepper instead.
    • MatHorizontalStepper has been removed. Use MatStepper instead.

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

14.0.2 "corduroy-collar" (2022-06-16)

cdk

Commit Type Description
08c3867ba6 fix a11y: re-apply the high contrast mode class when the forced-colors media query changes (#25088)
59268fa5bf fix drag-drop: constrainPosition not working as expected (#25061)
732969079d fix testing: simulate offsetX and offsetY in mouse events

material-experimental

Commit Type Description
5aec60c9ca fix mdc-button: don't apply styles to icons within the text label (#24929)
d0082e3422 fix mdc-chips: checkmark blending into background in high contrast mode (#25072)
2388fe77e5 fix mdc-core: consolidate mdc theming code under mdc-core (#25084)
7de5f5432b fix mdc-form-field: replace !important with CSS var (#24964)
8f7394aa3b fix mdc-list: don't access class before initialization (#25049)

Special Thanks

Jenny Johnson, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner and antuxity

14.1.0-next.0 "air-binding" (2022-06-07)

cdk-experimental

Commit Type Description
0b5963753 fix listbox: clean up the listbox API and make it work with forms (#24920)

material-experimental

Commit Type Description
1f6810831 feat mdc-list: add support for activated state in harness (#24934)
c543db57a fix mdc-checkbox: remove extra a11y tree node for the <label/> (#24907)
7736515f1 fix mdc-form-field: ensure appearance is valid (#24963)

Special Thanks

Amy Sorto, Andrew Seguin, Miles Malerba, Paul Gschwendtner, Wagner Maciel and Zach Arend

14.0.1 "titanium-night" (2022-06-07)

material-experimental

Commit Type Description
a7688a8b6 fix mdc-radio: fix ripple color (#24986)

Special Thanks

Kristiyan Kostadinov, Miles Malerba and renovate[bot]

14.0.0 "cotton-peanut" (2022-06-02)

... (truncated)

Commits
  • 51755e8 release: cut the v14.0.2 release
  • bfc5f5f build: update to latest snapshot of ESM ng-dev (#25083)
  • 08c3867 fix(cdk/a11y): re-apply the high contrast mode class when the forced-colors m...
  • 2388fe7 fix(material-experimental/mdc-core): consolidate mdc theming code under mdc-c...
  • a40158e docs(cdk/dialog): fix typo (#25075)
  • 7de5f54 fix(material-experimental/mdc-form-field): replace !important with CSS var (#...
  • d0082e3 fix(material-experimental/mdc-chips): checkmark blending into background in h...
  • 5aec60c fix(material-experimental/mdc-button): don't apply styles to icons within the...
  • 0ed9c95 test(cdk/testing): use offsetX and offsetY to verify element coordinates
  • 7329690 fix(cdk/testing): simulate offsetX and offsetY in mouse events
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@angular/cdk](https://github.com/angular/components) from 12.2.8 to 14.0.2.
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@12.2.8...14.0.2)

---
updated-dependencies:
- dependency-name: "@angular/cdk"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 17, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 23, 2022

Superseded by #385.

@dependabot dependabot bot closed this Jun 23, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular/cdk-14.0.2 branch June 23, 2022 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants